OptionalValue

abstract class OptionalValue

A container for a value that may be completely unsupported or may not be available at the time of request.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun isAvailable(): Boolean
Tells whether the value is currently available.